Welcome![Sign In][Sign Up]
Location:
Search - raw Socket

Search list

[Sniffer Package captureRawSocketass

Description: 一个利用Raw Socket编程实现网络封包监视的程序.-use a Raw Socket Programming network packets surveillance procedures.
Platform: | Size: 5120 | Author: hack | Hits:

[TCP/IP stackWin32_Ping

Description: This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though. -This a basic multi-threaded ping utilit y using a raw socket. Take a look at the screensho not for the feature list. This code is not 100% mine . It was adapted from code on the internet (Found in several places so not sure of the author). It h as been modified a lot though.
Platform: | Size: 13312 | Author: 微环境 | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[Scannerrawsocket

Description: 用raw socket 发送TCP报文有助于理解网络协议-used raw socket TCP packet sent to understand network protocol
Platform: | Size: 1121280 | Author: 蔡润达 | Hits:

[Software EngineeringRawSocket

Description: 本文专门讲解如何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可对I P头信息进行实际的操作。-This article specifically on how to use this original socket, to simulate the IP number of practical tools, such as Tr aceroute and P ing procedures. Using raw socket, IP header information can also be carried out on the actual operation.
Platform: | Size: 692224 | Author: kdo | Hits:

[Internet-NetworkDoS

Description: DOS攻击原理介绍。,利用syn洪水技术,使用原始套接字的伪造源地址技术-Introduce the principle of DOS attacks. The use of syn floods technology, the use of raw socket forged source address technical
Platform: | Size: 12288 | Author: 尤好 | Hits:

[Internet-NetworkSockRawTest

Description: 用RAW Socket实现 IP抓包。对ICP/UDP/ICMP的包类型和包内容已经分解出来-Using RAW Socket realize IP capture. Of ICP/UDP/ICMP packet type and packet content has been decomposed by
Platform: | Size: 37888 | Author: 林林 | Hits:

[Internet-NetworkSendRawPacket

Description: 这个是利用ndis发送raw socket数据的程序,方便大家借鉴和使用。-This is to use NDIS to send data through raw socket to facilitate reference and use.
Platform: | Size: 67584 | Author: 孙良旭 | Hits:

[Internet-Networkrawsocket_src

Description: 如何自己封装IP头用raw socket来实现ip报文的发送-How to package its own IP header using raw socket to achieve the ip packet send
Platform: | Size: 4096 | Author: wuhongbing | Hits:

[Internet-NetworkNetMonitor

Description: 网络流量及数据包监视,采用原始套接字实现,实时显示网卡通过的数据包,图形显示流量。附流程图-Network traffic monitoring and packet using raw socket to achieve real-time display of data packets through the network card, graphics display flow. Attached flow chart
Platform: | Size: 198656 | Author: Lee | Hits:

[Internet-Networkepnu

Description: 一个使用raw socket 构造数据包的实例-Using raw socket packet structure examples
Platform: | Size: 15360 | Author: dingxin100 | Hits:

[Internet-Networksendpack

Description: raw socket实现自定义数据报头(IP头/TCP头)程序-raw socket data to achieve a custom header (IP header/TCP header) program
Platform: | Size: 8192 | Author: 宋博 | Hits:

[Internet-NetworkWindowsC+++MFC+Socket+(Client)

Description: WindowsC+++MFC+Socket+源码示例(客户端篇),内附说明文档-WindowsC+++ MFC+ Socket+ Source sample (client papers), enclosing the documentation
Platform: | Size: 169984 | Author: fcube | Hits:

[Sniffer Package capturetcp_sniffer

Description: 利用原始套接字监听流经网卡的数据包,参数: 过滤源IP/目的IP,源端口/目的端口(各个可最多5个),过滤关键字(最多可5个),可保存嗅探记录到文件-Using raw socket to monitor packet flows through the network card, parameters: filter source IP/purpose of IP, source port/destination port (all can be a maximum of five), filtering keywords (up to 5), records can be stored sniffer to file
Platform: | Size: 47104 | Author: wuchen | Hits:

[Communicationsendpack

Description: raw socket 发送数据包 sendpacket-send raw socket packet sendpacket
Platform: | Size: 1024 | Author: tom | Hits:

[Internet-NetworkPacketSniffer

Description: Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right into your own apps. NOTICE: This will only work on OS with raw socket support (Windows XP/2000/NT) with root access (admin privilages). -Title: Raw Packet SnifferIt currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin
Platform: | Size: 79872 | Author: ST.POLO | Hits:

[Internet-NetworkRawsocket

Description: 使用Raw Socket抓取IP包 使用本程序后,可以监听到网络中的所有数据,只要稍微修改一下,网络中明文传输的“帐号-密码”就都呈现在你眼前了!-Raw Socket crawling using IP packet using this procedure, you can listen to the network all the data, as long as the slightly changed a bit, specifically transmission network " account- the password" on both the front of your eyes now!
Platform: | Size: 71680 | Author: Scc | Hits:

[Windows DevelopRawSocket

Description: 原始套接字编程源代码.包含使用winpcap驱动的代码.-Raw socket programming source code. Winpcap driver contains the code to use.
Platform: | Size: 73728 | Author: 邓斌 | Hits:

[Communicationrawsocket

Description: raw socket 封包分析 raw socket 封包分析-Analysis of raw socket packet analysis of raw socket packet raw socket packet analysis
Platform: | Size: 29696 | Author: Lanny | Hits:

[Internet-Networksocket_raw.c.tar

Description: this is an raw socket usage, you must have root previledge to use this .
Platform: | Size: 2048 | Author: kramer | Hits:
« 1 23 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net